home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / hudba / earmaster / earpro4setup.exe / {app} / ear40.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Text File  |  2003-04-03  |  749b  |  39 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 228
  3.   Top = 194
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = '     '
  7.   ClientHeight = 63
  8.   ClientWidth = 267
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Label1: TLabel
  22.     Left = 12
  23.     Top = 11
  24.     Width = 126
  25.     Height = 16
  26.     Caption = 'Calculating user stats'
  27.   end
  28.   object ProgressBar1: TProgressBar
  29.     Left = 12
  30.     Top = 31
  31.     Width = 243
  32.     Height = 20
  33.     Min = 0
  34.     Max = 30
  35.     Position = 30
  36.     TabOrder = 0
  37.   end
  38. end
  39.